home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / element3.exe / PSA_HELP.DOC < prev    next >
Text File  |  1991-05-25  |  6KB  |  127 lines

  1.  
  2.  
  3.  
  4.                        PRECISION SOFTWARE APPLICATIONS
  5.                           TARNWOOD. 10 HIGH STREET, 
  6.                       TADLOW, Nr ROYSTON. HERTS. SG8 0ES
  7.                             Tel: 0767 23302.
  8.                             Fax: 0767 23622.
  9.  
  10.                  HELP FOR NEW USERS & PROBLEMS YOU MIGHT HAVE.
  11.  
  12. Public Domain and Shareware is very easy to use if you are familiar with a
  13. few basic "DOS" commands.
  14.  
  15. These commands are "COPY", "DISKCOPY", "DIR", "TYPE", "FORMAT", and a few 
  16. others. None of the disks are "bootable", which means that you cannot place
  17. the disk in your computer and turn it on.
  18.  
  19. The first thing to do is to make a backup copy with the following command:
  20.  
  21. A>DISKCOPY A: B: <enter> - (will copy all files from 'A' to 'B')
  22.  
  23. In the event that you get some sort of error message when using "DISKCOPY",
  24. you will then have to use the "COPY" command to make a backup of your 
  25. original disk. Place a blank FORMATTED disk in the "B" drive, the original
  26. disk in 'A" and enter the following command at the "A>" prompt:
  27.  
  28. A>COPY *.* B: <enter> - (will copy all files from 'A' to 'B')
  29.  
  30. Now put the original disk away and use the working copy. The next thing to 
  31. do is see what files are on the disk. Place the working copy in the "A" 
  32. drive and enter the following command:
  33.  
  34.  A>DIR <enter> - will display the filenames
  35.  
  36. You will see many different filenames. A filename consists of two parts;
  37. the filename & the extension. The filename will be on the left (up to 8
  38. characters long) & the extension will be just to the right (up to 3 
  39. characters long). You will be looking for certain extension names; which 
  40. will tell you something about that type of file. 
  41.  
  42. ***************************************************************************
  43. * IMPORTANT.....IMPORTANT.....IMPORTANT.....IMPORTANT.....IMPORTANT
  44. *-------------------------------------------------------------------------*
  45. EXE - a program file - type in the name & press the enter key.
  46. COM - a command file - type in the name & press the enter key.
  47. BAT - a batch file   - many uses, type in the name & press enter key.
  48. BAS - a "BASIC" program. Needs GWBASIC or BASICA to run the program.
  49. ARC - a archived file - needs to be unarchived, contains many files.
  50. DQC - a compressed file - needs to be uncompressed to be readable.
  51. DOC - A DOCUMENTATION FILE - instructions about the program - READ THIS
  52. TXT - A DOCUMENTATION FILE - instructions about the program - READ THIS
  53. **************************************************************************
  54.  
  55. You may also see files like READ.ME or README.1ST or just README. These are
  56. all documentation files that will tell you about the program or how to work
  57. the program properly.
  58.  
  59. VERY IMPORTANT: READ DOCUMENTATION FILES FIRST BEFORE RUNNING THE PROGRAM!!
  60.  
  61. ========================================================================
  62.  
  63. To view a documentation file on your screen, use the "TYPE" or "LIST" 
  64. command. With your program disk in the "A" drive enter the following
  65. command:
  66.  
  67. A>TYPE filename.ext (enter) - where filename would be README.DOC or
  68. whatever the filename is that you wish to view. This will display the 
  69. documentation to the screen. To stop the text from scrolling by, press 
  70. "CTRL S" (the CTRL key and "S" key at the same time), any other key to 
  71. resume scrolling. Space permitting PRO-FILE will have installed "LIST"
  72. for viewing your files. To obtain a printout of the documentation simply
  73. replace  the "TYPE" command with the "DOS" command "COPY". Turn your
  74. printer on and enter the following command:
  75.  
  76. A>COPY filename.ext PRN <enter> - where filename would be README.DOC or 
  77. whatever file you wish to print.
  78.  
  79. =========================================================================
  80.  
  81. An "EXE", "COM", or "BAT" file extension means that when you enter the 
  82. filename, the computer will do something. For instance, if the filename 
  83. were "POKER.EXE", or "POKER.COM, or "POKER.BAT" you would enter the 
  84. following at the "A" prompt:
  85.  
  86. A>POKER <enter> - the poker program would now come up on the screen.
  87.  
  88. =========================================================================
  89.  
  90. Another type of file (a little tricky to run) is a "BASIC" file. These
  91. types have the "BAS" extension. Any file with this extension must be run 
  92. with the "BASIC" interpreter. That simply means that you must have a copy 
  93. of "GWBASIC.EXE" if you have a clone, or "BASICA.COM" if you have an "IBM".
  94. These 2 files (GWBASIC & the "BAS" file) must reside together or be able to
  95. find each other. An easy way to do this is to simply copy "GWBASIC.EXE" to 
  96. the disk that contains the "BAS" files. When both files are together and
  97. this disk was in the "A" drive you would enter the following command:
  98.  
  99. A>GWBASIC POKER <enter> - the poker program would now be "running" & you 
  100. would be playing the game.
  101.  
  102. Prado Basic Catalogue Number L114 is compatable with GWBASIC.
  103.  
  104. ========================================================================
  105.  
  106. Another important file is one with an "ARC" extension. This means it is an 
  107. archived file and contains many smaller files within it. This is done so 
  108. all the files will fit on to the disk(s) you received. You must extract the
  109. files with a special program. The program most commonly used is called 
  110. "PKXARC.EXE". To extract files from a file called "TEST.ARC", enter the 
  111. following command: 
  112.  
  113. A>PKXARC TEST B: <enter> - this would extract all the files and place them 
  114. on a disk that was in the "B" drive. You must have a FORMATTED blank disk 
  115. in the "B" drive when issuing this command. You could copy the "ARC" files 
  116. & the program "PKXARC.EXE" to your hard drive & enter the following 
  117. command:
  118.  
  119. C>PKXARC TEST <enter> - this will extract all the files from an archived 
  120. state. Then you will see some of the different filenames mentioned above 
  121. when you use the "DIR" command.
  122.  
  123. =========================================================================
  124.          STILL IN TROUBLE ? THEN GIVE US A CALL, 0767 23302.
  125. 
  126.  
  127.